lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

Hash.new-{-hash-key-hash[key]-=-..-}-(Has).sublime-snippet (240B)


      1 <snippet>
      2 	<content><![CDATA[Hash.new { |${1:hash}, ${2:key}| ${1:hash}[${2:key}] = $0 }]]></content>
      3 	<tabTrigger>Hash</tabTrigger>
      4 	<scope>source.ruby</scope>
      5 	<description>Hash.new { |hash, key| hash[key] = .. }</description>
      6 </snippet>